home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound(1, "zap")
- repeat while the mouseDown
- set the visible of sprite the clickOn to 0
- updateStage()
- end repeat
- set the visible of sprite the clickOn to 1
- updateStage()
- end
-
- on mouseUp me
- if the clickOn = 6 then
- sound stop 1
- go(the frame + 1)
- end if
- if the clickOn = 5 then
- sound stop 1
- go(the frame - 1)
- end if
- end
-